best way to compare byte array c#

98

best way to compare byte array c# -

return a1.SequenceEqual(b1);

Comments

Submit
0 Comments